fix some tree model annotations
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 8 Jul 2010 19:06:55 +0000 (15:06 -0400)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 8 Jul 2010 19:06:55 +0000 (15:06 -0400)
commitb5f878dec852329ff57f799f1abf4bd360ab7eab
tree4c41ae047088eede99be4f019284bf8af46fb214
parent15646b6e7445d7df59343bbb589a651ba15bc5f8
fix some tree model annotations

* gtk_tree_model_iter_next - 'inout' is poorly defined and causes bugs so
  revert back to the default 'in' annotation
* gtk_tree_path_get_indices_with_depth - annotate the return as 'transfer none'
  to avoid double frees
gtk/gtktreemodel.c